* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'JosefinSans-Regular.ttf';
  src: url(../fonts/JosefinSans-Regular.ttf);
}

@font-face {
  font-family: 'Lato-Regular.ttf';
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: 'FebriellaFontDEMO.otf';
  src: url(../fonts/FebriellaFontDEMO.otf);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'JosefinSans-Regular.ttf' !important;
}

.signature {
  text-align: right;
}

.signature h2 {
  font-family: "FebriellaFontDEMO.otf" !important;
  font-size: 48px;
}

body {
  font-family: 'Lato-Regular.ttf' !important;
}

.read_more a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #67da6e;
  color: #000;
  background-color: #67da6e;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read_more a:hover {
  background-color: #67da6e;
  color: #fff;
  border: 1px solid #67da6e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
 /* font-weight: 600;*/
  letter-spacing: 0.5px;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}

.seprator {
  height: 3px;
  width: 75px;
  background-color: #67da6e;
  margin: -8px 0 0px 0;
}

#abt_sec {
  padding: 20px 0;
  background-color: #f7f7f7;
}

#abt_sec .abt_sec_cnt {
  padding: 20px 0;
}

#services .serviceBox {
  padding: 35px 20px 35px 90px;
  position: relative;
}

#services .serviceBox:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
          box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
          transform: scale3d(1.08, 1.08, 1.08);
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
}

#services .serviceBox:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#services .serviceBox:hover .service-icon {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#services .serviceBox:hover .service-icon:before {
  top: -25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#services .serviceBox:hover .service-icon:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -25px;
}

#services .serviceBox .service-icon {
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ff5157;
  text-align: center;
  border: 2px solid #16706e;
  position: absolute;
  top: 55px;
  left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#services .serviceBox .service-icon:before {
  content: "";
  height: 2px;
  background: #16706e;
  position: absolute;
  top: -20px;
  left: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#services .serviceBox .service-icon:after {
  content: "";
  height: 2px;
  background: #16706e;
  position: absolute;
  top: -20px;
  left: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: auto;
  bottom: -20px;
  left: 10px;
  right: 10px;
}

#services .serviceBox .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
}

#services .serviceBox .description {
  font-size: 13px;
  color: #807d7d;
  line-height: 27px;
  letter-spacing: 1px;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  #services .serviceBox {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #services .serviceBox:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  #services .serviceBox .service-icon {
    top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #services .serviceBox .service-icon {
    top: 40px;
  }
}

#appoinment {
  background-image: url(../images/appoinment.jpg);
  background-size: cover;
  padding: 100px 0px;
  text-align: center;
  background-attachment: fixed;
}
#appoinment1 {
 /* background-color: #f9dbf9 !important;*/

}
#news .news-cmp {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

#news .news-cmp:hover {
  -webkit-box-shadow: 9px 9px 16px -9px #050a3042;
          box-shadow: 9px 9px 16px -9px #050a3042;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#news .news-cmp .news_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#news .news-cmp .news_hd {
  padding: 10px;
}

#testimonials_sec {
  /*-----Testimonial-------*/
  /* ------testimonial  close-------*/
}

#testimonials_sec .heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

#testimonials_sec .heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

#testimonials_sec .heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

#testimonials_sec .white-heading {
  color: #67da6e;
}

#testimonials_sec .white-heading:after {
  background-repeat: no-repeat;
  background-position: center;
}

#testimonials_sec .white-heading span {
  color: #ffffff;
}

#testimonials_sec .testimonial {
  min-height: 375px;
  position: relative;
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

#testimonials_sec .testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

#testimonials_sec .testimonial .carousel {
  padding-bottom: 50px;
}

#testimonials_sec .testimonial .carousel-control-next-icon {
  width: 35px;
  height: 35px;
}

#testimonials_sec .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

#testimonials_sec #testimonial4 .carousel-inner:hover {
  cursor: -webkit-grab;
}

#testimonials_sec #testimonial4 .carousel-inner:active {
  cursor: -webkit-grabbing;
}

#testimonials_sec #testimonial4 .carousel-inner .item {
  overflow: hidden;
}

#testimonials_sec .testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

#testimonials_sec .testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
}

#testimonials_sec .testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  border-radius: 100%;
}

#testimonials_sec .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

#testimonials_sec .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 0;
}

#testimonials_sec .testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

#testimonials_sec .testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

#testimonials_sec .testimonial4_control_button .carousel-control.left:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

#testimonials_sec .testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

#testimonials_sec .testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

#testimonials_sec .testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

#testimonials_sec .testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#testimonials_sec .testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

#testimonials_sec .testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

#testimonials_sec .testimonial4_slide p {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

#testimonials_sec .testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

#footer_sec ul {
  margin: 0px;
  padding: 0px;
}

#footer_sec .footer-section {
 /* background: #151414;*/
  position: relative;
}

#footer_sec .footer-cta {
  border-bottom: 1px solid #373636;
}

#footer_sec .single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

#footer_sec .cta-text {
  padding-left: 15px;
  display: inline-block;
}

#footer_sec .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

#footer_sec .cta-text span {
  color: #757575;
  font-size: 15px;
}

#footer_sec .footer-content {
  position: relative;
  z-index: 2;
}

#footer_sec .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

#footer_sec .footer-logo {
  margin-bottom: 30px;
}

#footer_sec .footer-logo img {
  max-width: 200px;
}

#footer_sec .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

#footer_sec .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#footer_sec .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

#footer_sec .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

#footer_sec .facebook-bg {
  background: #3B5998;
}

#footer_sec .twitter-bg {
  background: #55ACEE;
}

#footer_sec .google-bg {
  background: #DD4B39;
}

#footer_sec .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

#footer_sec .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

#footer_sec .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

#footer_sec .footer-widget ul li a:hover {
  color: #ff5e14;
}

#footer_sec .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

#footer_sec .subscribe-form {
  position: relative;
  overflow: hidden;
}

#footer_sec .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

#footer_sec .subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

#footer_sec .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

#footer_sec .copyright-area {
  background: #202020;
  padding: 25px 0;
}

#footer_sec .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

#footer_sec .copyright-text p a {
  color: #ff5e14;
}

#footer_sec .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

#footer_sec .footer-menu li:hover a {
  color: #ff5e14;
}

#footer_sec .footer-menu li a {
  font-size: 14px;
  color: #878787;
}

#appoinment_inner {
  padding: 100px 0px 0px 0px;
}

#appoinment_inner svg {
  height: 23rem;
}

#appoinment_inner #envelope {
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}

#appoinment_inner #star1, #appoinment_inner #star2, #appoinment_inner #star3, #appoinment_inner #star4, #appoinment_inner #star5, #appoinment_inner #star6 {
  -webkit-animation: blink 1s ease-in-out infinite;
          animation: blink 1s ease-in-out infinite;
}

#appoinment_inner #star2 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

#appoinment_inner #star3 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

#appoinment_inner #star4 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

#appoinment_inner #star5 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

#appoinment_inner #star6 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

#gallary_main .box {
  font-family: 'Comfortaa', cursive;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  height: 250px;
}

#gallary_main .box:hover {
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.35);
}

#gallary_main .box:hover:before {
  height: 100%;
}

#gallary_main .box:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#gallary_main .box:hover .box-content {
  bottom: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#gallary_main .box:hover .icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleY(1);
          transform: translateX(-50%) translateY(-50%) scaleY(1);
}

#gallary_main .box:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#FF416C), to(#FF4B2B));
  background: linear-gradient(#FF416C, #FF4B2B);
  height: 0;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#gallary_main .box img {
  width: 100%;
  height: 250px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallary_main .box .box-content {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 7px 10px 5px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 2;
  -webkit-transition: bottom 0.5s ease 0.1s,-webkit-transform 0.5s ease 0.2s;
  transition: bottom 0.5s ease 0.1s,-webkit-transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s,bottom 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.2s,bottom 0.5s ease 0.1s,-webkit-transform 0.5s ease 0.2s;
}

#gallary_main .box .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 1px;
}

#gallary_main .box .post {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: block;
}

#gallary_main .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleY(0);
          transform: translateX(-50%) translateY(-50%) scaleY(0);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#gallary_main .box .icon li {
  margin: 0 3px;
  display: inline-block;
}

#gallary_main .box .icon li a {
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gallary_main .box .icon li a:hover {
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 990px) {
  #gallary_main .box {
    margin: 0 0 30px;
  }
}

#galler_inner *,
#galler_inner *::before,
#galler_inner *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#galler_inner body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}

#galler_inner .container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

#galler_inner .main .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#galler_inner .main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

#galler_inner .main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

#galler_inner .main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  #galler_inner .main .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

#login_sec .log_field {
  padding: 150px 0px;
}

#login_sec .frgt_pwd {
  text-align: right;
}

#evnts_sec_inner .news-cmp {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  
    -webkit-box-shadow: 9px 9px 16px -9px #050a3042;
          box-shadow: 9px 9px 16px -9px #050a3042;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*#evnts_sec_inner .news-cmp:hover {
  -webkit-box-shadow: 9px 9px 16px -9px #050a3042;
          box-shadow: 9px 9px 16px -9px #050a3042;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}*/

#evnts_sec_inner .news-cmp .news_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#evnts_sec_inner .news-cmp .news_hd {
  padding: 10px;
}

#messages table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 30px;
  padding: 20px 0;
  width: 100%;
  table-layout: fixed;
}

#messages table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

#messages table th,
#messages table td {
  padding: .625em;
  text-align: center;
}

#messages table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  #messages table {
    border: 0;
  }
  #messages table caption {
    font-size: 1.3em;
  }
  #messages table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #messages table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  #messages table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  #messages table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #messages table td:last-child {
    border-bottom: 0;
  }
}
/*# sourceMappingURL=stylesheet.css.map */